home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / util / conv / TxtToHTMLv1.5.readme < prev   
Encoding:
Text File  |  2002-09-01  |  3.2 KB  |  81 lines

  1. Short:    Converts txt files to HTML Docs (+GUI v1.2)
  2. Author:   Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  3. Uploader: Krzysztof "ssnake" Olsztynski (ssnake@interia.pl)
  4. Version:  1.5
  5. Type:     util/conv
  6. Requires: Amiga,
  7.  
  8.            wizard.library for GUI.
  9.  
  10.  
  11. This is simple TXT to HTML converter.It`s very useful
  12. when You make a web site and want to add there Your
  13. text files.
  14.  
  15. Usage: TxtToHTML <inputfile> [outputfile] [options]
  16.  
  17. OPTIONS:
  18.    -ctr, -centre                     Centre all text
  19.    -iso2                             Convert AmigaPL -> ISO-8859-2
  20.    -fs SIZE, -fsize SIZE             Font size (1-7) [Default is 3]
  21.    -fc COLOUR, -fcolour COLOUR       Font colour
  22.    -bgc COLOUR, -bgcolour COLOUR     BackGround colour
  23.    -pre                              Preformated blocks
  24.    -nbsp                             Non-breaking space
  25.    -pf                               Paragraph formatting
  26.    -mkl, -makelinks                  Make links
  27.    -lc COLOUR, -lcolour COLOUR       Link colour
  28.    -alc COLOUR, -alcolour COLOUR     Actived link colour
  29.    -vlc COLOUR, -vlcolour COLOUR     Visited link colour
  30.  
  31.  
  32. Only inputfile is require.
  33.  
  34.  inputfile      text file to convert
  35.  outputfile     path to html file (converted inputfile)
  36.  
  37.  
  38. TxtToHTML history:
  39.  
  40.  1.5 (26-07-2002)  -  Fixed small bug in makelinks function.
  41.                    -  Some improved:
  42.                     -> Now when you forgot SIZE or COLOUR after -fsize,
  43.                        -fcolour or -bgcolour option the program still
  44.                        should work correctly.
  45.                     -> Now you can use -mkl instead of -makelinks,
  46.                                        -ctr instead of -centre,
  47.                                        -fs  instead of -fsize,
  48.                                        -fc  instead of -fcolour,
  49.                                        -bgc instead of -bgcolour.
  50.                    -  Added link colour, alink (actived link) colour 
  51.                       and vlink (visited link) colour options.
  52.  
  53.  1.4 (05-05-2002)  -  Fixed bug in mailto links '@' (MakeLinks option).
  54.                    -  Added making ftp links (MakeLinks option).
  55.                    -  Replaced [68020] version of TxtToHTML by new 
  56.                       [68020-60] one.
  57.  
  58.  1.3 (03-05-2002)  -  Fixed wrong converting Copyright '©' mark.
  59.                    -  Fixed converting tabulature mark.
  60.                    -  Removed writing <FONT SIZE="x"> when preformated
  61.                       blocks option is enable.
  62.                    -  Fixed wrong converting Registered trademark '®' mark.
  63.                    -  Added makelinks option.
  64.                    -  Fixed some small bugs.
  65.  
  66.  1.2 (21-03-2002)  -  Sped up.
  67.                    -  Added paragraph formatting option.
  68.                    -  Optimalized source code.
  69.                    -  Fixed some small bugs.
  70.                    -  Added GUI (wizard).
  71.  
  72.  1.1 (01-01-2002)  -  Rewrote all source code.
  73.                    -  Added font colour, background colour and font size
  74.                       options.
  75.                    -  Added preformated blocks option.
  76.                    -  Added non-breaking space option.
  77.                    -  Changed status on E-MAILWARE.
  78.  
  79.  1.0 (16-07-2001)  -  First release.
  80.  
  81.